﻿2026-06-15T10:07:39.0940370Z Current runner version: '2.335.1'
2026-06-15T10:07:39.0945008Z Runner name: 'kitsubito'
2026-06-15T10:07:39.0945529Z Runner group name: 'Default'
2026-06-15T10:07:39.0946193Z Machine name: 'KITSUBITO'
2026-06-15T10:07:39.0948221Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T10:07:39.0950096Z Contents: read
2026-06-15T10:07:39.0950530Z Metadata: read
2026-06-15T10:07:39.0950906Z Packages: read
2026-06-15T10:07:39.0951268Z ##[endgroup]
2026-06-15T10:07:39.0952855Z Secret source: Actions
2026-06-15T10:07:39.0953370Z Prepare workflow directory
2026-06-15T10:07:39.1363861Z Prepare all required actions
2026-06-15T10:07:39.1392783Z Getting action download info
2026-06-15T10:07:39.7031160Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T10:07:40.4927472Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-15T10:07:40.5828435Z ##[group]Run actions/checkout@v5
2026-06-15T10:07:40.5829469Z with:
2026-06-15T10:07:40.5829906Z   fetch-depth: 0
2026-06-15T10:07:40.5830392Z   repository: SaberMage/spt-core
2026-06-15T10:07:40.5833841Z   token: ***
2026-06-15T10:07:40.5834241Z   ssh-strict: true
2026-06-15T10:07:40.5834648Z   ssh-user: git
2026-06-15T10:07:40.5835062Z   persist-credentials: true
2026-06-15T10:07:40.5835513Z   clean: true
2026-06-15T10:07:40.5835934Z   sparse-checkout-cone-mode: true
2026-06-15T10:07:40.5836415Z   fetch-tags: false
2026-06-15T10:07:40.5836839Z   show-progress: true
2026-06-15T10:07:40.5837262Z   lfs: false
2026-06-15T10:07:40.5837666Z   submodules: false
2026-06-15T10:07:40.5838094Z   set-safe-directory: true
2026-06-15T10:07:40.5838757Z ##[endgroup]
2026-06-15T10:07:40.6632073Z Syncing repository: SaberMage/spt-core
2026-06-15T10:07:40.6633717Z ##[group]Getting Git version info
2026-06-15T10:07:40.6634496Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T10:07:40.6635519Z [command]/usr/bin/git version
2026-06-15T10:07:40.6635973Z git version 2.43.0
2026-06-15T10:07:40.6638899Z ##[endgroup]
2026-06-15T10:07:40.6650004Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/67964ee9-994b-49cb-aaf3-cc64ba3992ed' before making global git config changes
2026-06-15T10:07:40.6651712Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T10:07:40.6653164Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T10:07:40.6684020Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T10:07:40.6704282Z https://github.com/SaberMage/spt-core
2026-06-15T10:07:40.6714856Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T10:07:40.6717491Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T10:07:40.6741573Z HEAD
2026-06-15T10:07:40.6775112Z ##[endgroup]
2026-06-15T10:07:40.6775741Z [command]/usr/bin/git submodule status
2026-06-15T10:07:40.6957476Z ##[group]Cleaning the repository
2026-06-15T10:07:40.6959781Z [command]/usr/bin/git clean -ffdx
2026-06-15T10:07:43.6251462Z Removing .adapter-notify/
2026-06-15T10:07:43.6253133Z Removing target/
2026-06-15T10:07:43.6261521Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T10:07:43.6437503Z HEAD is now at 2c77642 Merge caaf797a83c8148cf7400c2a595969aeca03e80d into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:07:43.6442062Z ##[endgroup]
2026-06-15T10:07:43.6443867Z ##[group]Disabling automatic garbage collection
2026-06-15T10:07:43.6447702Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T10:07:43.6476614Z ##[endgroup]
2026-06-15T10:07:43.6477879Z ##[group]Setting up auth
2026-06-15T10:07:43.6484108Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T10:07:43.6514733Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T10:07:43.6708827Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T10:07:43.6735129Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T10:07:43.6913012Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T10:07:43.6972786Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T10:07:43.7158516Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T10:07:43.7187588Z ##[endgroup]
2026-06-15T10:07:43.7189142Z ##[group]Fetching the repository
2026-06-15T10:07:43.7195773Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2c7764209dc8029babab00e627f25a31b32a0332:refs/remotes/pull/12/merge
2026-06-15T10:07:44.5993417Z From https://github.com/SaberMage/spt-core
2026-06-15T10:07:44.5994147Z    ac6c802..caaf797  docs/msg-envelope-adr-0020 -> origin/docs/msg-envelope-adr-0020
2026-06-15T10:07:44.5994871Z  * [new branch]      fix/update-apply-confident-message -> origin/fix/update-apply-confident-message
2026-06-15T10:07:44.6021492Z ##[endgroup]
2026-06-15T10:07:44.6022044Z ##[group]Determining the checkout info
2026-06-15T10:07:44.6022564Z ##[endgroup]
2026-06-15T10:07:44.6026751Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T10:07:44.6066178Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T10:07:44.6089945Z ##[group]Checking out the ref
2026-06-15T10:07:44.6097892Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T10:07:44.6134628Z HEAD is now at 2c77642 Merge caaf797a83c8148cf7400c2a595969aeca03e80d into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:07:44.6138339Z ##[endgroup]
2026-06-15T10:07:44.6171288Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T10:07:44.6192880Z 2c7764209dc8029babab00e627f25a31b32a0332
2026-06-15T10:07:44.6385046Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T10:07:44.6385660Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T10:07:44.6403624Z shell: /usr/bin/bash -e {0}
2026-06-15T10:07:44.6403875Z ##[endgroup]
2026-06-15T10:07:44.6502732Z ##[group]Run set -euo pipefail
2026-06-15T10:07:44.6503032Z [36;1mset -euo pipefail[0m
2026-06-15T10:07:44.6503247Z [36;1mPIN=0c95435[0m
2026-06-15T10:07:44.6503476Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T10:07:44.6503710Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T10:07:44.6504061Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T10:07:44.6504474Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T10:07:44.6504931Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T10:07:44.6505270Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T10:07:44.6505507Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T10:07:44.6505771Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T10:07:44.6506089Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T10:07:44.6506443Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T10:07:44.6506667Z [36;1mfi[0m
2026-06-15T10:07:44.6506942Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T10:07:44.6521283Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T10:07:44.6521602Z env:
2026-06-15T10:07:44.6521807Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T10:07:44.6522026Z ##[endgroup]
2026-06-15T10:07:44.9190490Z    Compiling proc-macro2 v1.0.106
2026-06-15T10:07:44.9191172Z    Compiling quote v1.0.45
2026-06-15T10:07:44.9192312Z    Compiling unicode-ident v1.0.24
2026-06-15T10:07:44.9192752Z    Compiling libc v0.2.186
2026-06-15T10:07:44.9193019Z    Compiling serde_core v1.0.228
2026-06-15T10:07:44.9193295Z    Compiling cfg-if v1.0.4
2026-06-15T10:07:44.9193547Z    Compiling serde v1.0.228
2026-06-15T10:07:44.9231259Z    Compiling log v0.4.32
2026-06-15T10:07:44.9292952Z    Compiling pin-project-lite v0.2.17
2026-06-15T10:07:44.9358569Z    Compiling typenum v1.20.1
2026-06-15T10:07:44.9432166Z    Compiling portable-atomic v1.13.1
2026-06-15T10:07:44.9433954Z    Compiling memchr v2.8.1
2026-06-15T10:07:44.9513945Z    Compiling version_check v0.9.5
2026-06-15T10:07:44.9551631Z    Compiling find-msvc-tools v0.1.9
2026-06-15T10:07:44.9589659Z    Compiling shlex v2.0.1
2026-06-15T10:07:44.9721933Z    Compiling critical-section v1.2.0
2026-06-15T10:07:45.0231308Z    Compiling futures-core v0.3.32
2026-06-15T10:07:45.0308297Z    Compiling bytes v1.11.1
2026-06-15T10:07:45.0641320Z    Compiling subtle v2.6.1
2026-06-15T10:07:45.1946941Z    Compiling smallvec v1.15.1
2026-06-15T10:07:45.2038283Z    Compiling equivalent v1.0.2
2026-06-15T10:07:45.2039881Z    Compiling itoa v1.0.18
2026-06-15T10:07:45.2130420Z    Compiling semver v1.0.28
2026-06-15T10:07:45.2540999Z    Compiling stable_deref_trait v1.2.1
2026-06-15T10:07:45.2776194Z    Compiling slab v0.4.12
2026-06-15T10:07:45.2871807Z    Compiling futures-sink v0.3.32
2026-06-15T10:07:45.3025118Z    Compiling futures-io v0.3.32
2026-06-15T10:07:45.3201098Z    Compiling futures-task v0.3.32
2026-06-15T10:07:45.3430575Z    Compiling generic-array v0.14.7
2026-06-15T10:07:45.3911079Z    Compiling futures-channel v0.3.32
2026-06-15T10:07:45.4298543Z    Compiling bitflags v2.12.1
2026-06-15T10:07:45.4476385Z    Compiling rustversion v1.0.22
2026-06-15T10:07:45.4689848Z    Compiling hashbrown v0.17.1
2026-06-15T10:07:45.4837804Z    Compiling rustc_version v0.4.1
2026-06-15T10:07:45.5171076Z    Compiling cpufeatures v0.2.17
2026-06-15T10:07:45.5660850Z    Compiling fnv v1.0.7
2026-06-15T10:07:45.5920831Z    Compiling cfg_aliases v0.2.1
2026-06-15T10:07:45.6100804Z    Compiling rand_core v0.10.1
2026-06-15T10:07:45.6367042Z    Compiling strsim v0.11.1
2026-06-15T10:07:45.6371690Z    Compiling litemap v0.8.2
2026-06-15T10:07:45.6490570Z    Compiling writeable v0.6.3
2026-06-15T10:07:45.6781234Z    Compiling utf8_iter v1.0.4
2026-06-15T10:07:45.6969712Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T10:07:45.7946581Z    Compiling ident_case v1.0.1
2026-06-15T10:07:45.8170708Z    Compiling fs_extra v1.3.0
2026-06-15T10:07:45.8776266Z    Compiling getrandom v0.4.2
2026-06-15T10:07:45.8928338Z    Compiling dunce v1.0.5
2026-06-15T10:07:45.9057943Z    Compiling icu_properties_data v2.2.0
2026-06-15T10:07:45.9590612Z    Compiling percent-encoding v2.3.2
2026-06-15T10:07:45.9850788Z    Compiling autocfg v1.5.1
2026-06-15T10:07:46.1200918Z    Compiling http v1.4.1
2026-06-15T10:07:46.1708311Z    Compiling thiserror v2.0.18
2026-06-15T10:07:46.1850647Z    Compiling cpufeatures v0.3.0
2026-06-15T10:07:46.1950726Z    Compiling unicode-segmentation v1.13.3
2026-06-15T10:07:46.2170101Z    Compiling aws-lc-rs v1.17.0
2026-06-15T10:07:46.2330546Z    Compiling scopeguard v1.2.0
2026-06-15T10:07:46.2375788Z    Compiling chacha20 v0.10.0
2026-06-15T10:07:46.2931026Z    Compiling indexmap v2.14.0
2026-06-15T10:07:46.3091359Z    Compiling lock_api v0.4.14
2026-06-15T10:07:46.3301533Z    Compiling syn v2.0.117
2026-06-15T10:07:46.3890770Z    Compiling form_urlencoded v1.2.2
2026-06-15T10:07:46.4308779Z    Compiling untrusted v0.9.0
2026-06-15T10:07:46.4543027Z    Compiling rustls v0.23.40
2026-06-15T10:07:46.5213856Z    Compiling heck v0.5.0
2026-06-15T10:07:46.5618352Z    Compiling unicode-xid v0.2.6
2026-06-15T10:07:46.5683082Z    Compiling const-oid v0.10.2
2026-06-15T10:07:46.5838883Z    Compiling atomic-waker v1.1.2
2026-06-15T10:07:46.5861090Z    Compiling anyhow v1.0.102
2026-06-15T10:07:46.6039961Z    Compiling parking_lot_core v0.9.12
2026-06-15T10:07:46.6100462Z    Compiling paste v1.0.15
2026-06-15T10:07:46.6180994Z    Compiling zerocopy v0.8.50
2026-06-15T10:07:46.6440492Z    Compiling httparse v1.10.1
2026-06-15T10:07:46.6811191Z    Compiling num-traits v0.2.19
2026-06-15T10:07:46.7801020Z    Compiling convert_case v0.10.0
2026-06-15T10:07:46.8091210Z    Compiling jobserver v0.1.34
2026-06-15T10:07:46.8381208Z    Compiling hybrid-array v0.4.12
2026-06-15T10:07:46.8590675Z    Compiling curve25519-dalek v4.1.3
2026-06-15T10:07:46.8607534Z    Compiling ahash v0.8.12
2026-06-15T10:07:46.8714379Z    Compiling base64ct v1.8.3
2026-06-15T10:07:46.8716989Z    Compiling powerfmt v0.2.0
2026-06-15T10:07:47.0470809Z    Compiling either v1.16.0
2026-06-15T10:07:47.0790786Z    Compiling fastrand v2.4.1
2026-06-15T10:07:47.1299983Z    Compiling cc v1.2.63
2026-06-15T10:07:47.1835428Z    Compiling crypto-common v0.1.7
2026-06-15T10:07:47.1903843Z    Compiling block-buffer v0.10.4
2026-06-15T10:07:47.2111501Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T10:07:47.2529236Z    Compiling deranged v0.5.8
2026-06-15T10:07:47.3232142Z    Compiling digest v0.10.7
2026-06-15T10:07:47.3390553Z    Compiling tinyvec_macros v0.1.1
2026-06-15T10:07:47.3740847Z    Compiling http-body v1.0.1
2026-06-15T10:07:47.4071393Z    Compiling base64 v0.22.1
2026-06-15T10:07:47.4201537Z    Compiling tower-service v0.3.3
2026-06-15T10:07:47.4980574Z    Compiling data-encoding v2.11.0
2026-06-15T10:07:47.5130218Z    Compiling time-core v0.1.8
2026-06-15T10:07:47.5530782Z    Compiling zmij v1.0.21
2026-06-15T10:07:47.6108860Z    Compiling try-lock v0.2.5
2026-06-15T10:07:47.6550691Z    Compiling pkg-config v0.3.33
2026-06-15T10:07:47.6670848Z    Compiling vcpkg v0.2.15
2026-06-15T10:07:47.6911531Z    Compiling num-conv v0.2.2
2026-06-15T10:07:47.7038651Z    Compiling want v0.3.1
2026-06-15T10:07:47.7219643Z    Compiling sha2 v0.10.9
2026-06-15T10:07:47.8491234Z    Compiling mio v1.2.1
2026-06-15T10:07:47.8581330Z    Compiling socket2 v0.6.4
2026-06-15T10:07:47.8668074Z    Compiling getrandom v0.2.17
2026-06-15T10:07:47.9751331Z    Compiling block-buffer v0.12.0
2026-06-15T10:07:47.9830435Z    Compiling crypto-common v0.2.2
2026-06-15T10:07:48.0970565Z    Compiling rand_core v0.6.4
2026-06-15T10:07:48.2299486Z    Compiling rand v0.10.1
2026-06-15T10:07:48.2861227Z    Compiling parking_lot v0.12.5
2026-06-15T10:07:48.3101727Z    Compiling tinyvec v1.11.0
2026-06-15T10:07:48.3411417Z    Compiling inout v0.1.4
2026-06-15T10:07:48.3709445Z    Compiling vergen-lib v9.1.0
2026-06-15T10:07:48.4861423Z    Compiling cmake v0.1.58
2026-06-15T10:07:48.5550260Z    Compiling n0-future v0.3.2
2026-06-15T10:07:48.5890591Z    Compiling parking v2.2.1
2026-06-15T10:07:48.6220652Z    Compiling httpdate v1.0.3
2026-06-15T10:07:48.6580332Z    Compiling cordyceps v0.3.4
2026-06-15T10:07:48.6740683Z    Compiling crossbeam-utils v0.8.21
2026-06-15T10:07:48.7843921Z    Compiling signature v2.2.0
2026-06-15T10:07:48.7920682Z    Compiling winnow v1.0.3
2026-06-15T10:07:48.7970748Z    Compiling spin v0.10.0
2026-06-15T10:07:48.8080835Z    Compiling serde_json v1.0.150
2026-06-15T10:07:48.8621999Z    Compiling diatomic-waker v0.2.3
2026-06-15T10:07:48.8851944Z    Compiling ed25519 v2.2.3
2026-06-15T10:07:48.9246246Z    Compiling futures-lite v2.6.1
2026-06-15T10:07:48.9501481Z    Compiling digest v0.11.3
2026-06-15T10:07:48.9912718Z    Compiling cipher v0.4.4
2026-06-15T10:07:48.9940597Z    Compiling netlink-packet-core v0.8.1
2026-06-15T10:07:49.0338535Z    Compiling futures-buffered v0.2.13
2026-06-15T10:07:49.0610818Z    Compiling universal-hash v0.5.1
2026-06-15T10:07:49.0870732Z    Compiling vergen v9.1.0
2026-06-15T10:07:49.1241369Z    Compiling vergen-lib v0.1.6
2026-06-15T10:07:49.1364702Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T10:07:49.1780963Z    Compiling heapless v0.7.17
2026-06-15T10:07:49.2505877Z    Compiling noq-udp v0.10.0
2026-06-15T10:07:49.2570942Z    Compiling sync_wrapper v1.0.2
2026-06-15T10:07:49.2650928Z    Compiling opaque-debug v0.3.1
2026-06-15T10:07:49.2723736Z    Compiling allocator-api2 v0.2.21
2026-06-15T10:07:49.3247324Z    Compiling byteorder v1.5.0
2026-06-15T10:07:49.3312903Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T10:07:49.3989774Z    Compiling polyval v0.6.2
2026-06-15T10:07:49.4666709Z    Compiling aws-lc-sys v0.41.0
2026-06-15T10:07:49.4760562Z    Compiling ring v0.17.14
2026-06-15T10:07:49.5138528Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T10:07:49.5488248Z    Compiling hash32 v0.2.1
2026-06-15T10:07:49.5680666Z    Compiling vergen-gitcl v1.0.8
2026-06-15T10:07:49.6062599Z    Compiling spin v0.9.8
2026-06-15T10:07:49.6540797Z    Compiling tower-layer v0.3.3
2026-06-15T10:07:49.7100605Z    Compiling num_threads v0.1.7
2026-06-15T10:07:49.7380551Z    Compiling signature v3.0.0
2026-06-15T10:07:49.7629210Z    Compiling fallible-iterator v0.3.0
2026-06-15T10:07:49.7870977Z    Compiling ryu v1.0.23
2026-06-15T10:07:49.8130430Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T10:07:49.8540085Z    Compiling time v0.3.47
2026-06-15T10:07:49.8719135Z    Compiling ghash v0.5.1
2026-06-15T10:07:49.8933897Z    Compiling ctr v0.9.2
2026-06-15T10:07:49.9580608Z    Compiling aes v0.8.4
2026-06-15T10:07:50.0021083Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T10:07:50.0312737Z    Compiling http-body-util v0.1.3
2026-06-15T10:07:50.0488399Z    Compiling aead v0.5.2
2026-06-15T10:07:50.1460826Z    Compiling openssl-probe v0.2.1
2026-06-15T10:07:50.1637613Z    Compiling crossbeam-channel v0.5.15
2026-06-15T10:07:50.1740875Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T10:07:50.3031556Z    Compiling blake3 v1.8.5
2026-06-15T10:07:50.3260608Z    Compiling netlink-packet-route v0.29.0
2026-06-15T10:07:50.4390716Z    Compiling uuid v1.23.2
2026-06-15T10:07:50.6040356Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T10:07:50.6080787Z    Compiling memoffset v0.6.5
2026-06-15T10:07:50.6290657Z    Compiling aes-gcm v0.10.3
2026-06-15T10:07:50.6477615Z    Compiling acto v0.8.2
2026-06-15T10:07:50.7820678Z    Compiling netwatch v0.16.0
2026-06-15T10:07:50.8117263Z    Compiling noq v0.18.0
2026-06-15T10:07:50.8718059Z    Compiling rustix v1.1.4
2026-06-15T10:07:50.8966966Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T10:07:50.9135267Z    Compiling thiserror v1.0.69
2026-06-15T10:07:50.9816679Z    Compiling xml-rs v0.8.28
2026-06-15T10:07:51.0270587Z    Compiling mac-addr v0.3.0
2026-06-15T10:07:51.0613090Z    Compiling foldhash v0.2.0
2026-06-15T10:07:51.0720685Z    Compiling rustc-hash v2.1.2
2026-06-15T10:07:51.1830957Z    Compiling ref-cast v1.0.25
2026-06-15T10:07:51.2059615Z    Compiling tagptr v0.2.0
2026-06-15T10:07:51.2361370Z    Compiling identity-hash v0.1.0
2026-06-15T10:07:51.2575821Z    Compiling lru-slab v0.1.2
2026-06-15T10:07:51.2671022Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T10:07:51.3698717Z    Compiling hashbrown v0.16.1
2026-06-15T10:07:51.5163719Z    Compiling netlink-packet-route v0.30.0
2026-06-15T10:07:51.5594488Z    Compiling ioctl-rs v0.1.6
2026-06-15T10:07:51.5871042Z    Compiling serial-core v0.4.0
2026-06-15T10:07:51.6226222Z    Compiling termios v0.2.2
2026-06-15T10:07:51.6532693Z    Compiling synstructure v0.13.2
2026-06-15T10:07:51.7459327Z    Compiling darling_core v0.20.11
2026-06-15T10:07:51.7820655Z    Compiling xmltree v0.10.3
2026-06-15T10:07:51.9910784Z    Compiling serde_derive_internals v0.29.1
2026-06-15T10:07:52.0460595Z    Compiling errno v0.3.14
2026-06-15T10:07:52.1580587Z    Compiling proc-macro-crate v3.5.0
2026-06-15T10:07:52.1928260Z    Compiling aho-corasick v1.1.4
2026-06-15T10:07:52.2404691Z    Compiling simple-dns v0.9.3
2026-06-15T10:07:52.2769735Z    Compiling arrayref v0.3.9
2026-06-15T10:07:52.3285389Z    Compiling smol_str v0.1.24
2026-06-15T10:07:52.4012038Z    Compiling linux-raw-sys v0.12.1
2026-06-15T10:07:52.4350845Z    Compiling regex-syntax v0.8.10
2026-06-15T10:07:52.5610566Z    Compiling arrayvec v0.7.6
2026-06-15T10:07:52.7110659Z    Compiling resolv-conf v0.7.6
2026-06-15T10:07:52.7703440Z    Compiling sha1_smol v1.0.1
2026-06-15T10:07:52.7930957Z    Compiling signal-hook v0.3.18
2026-06-15T10:07:52.8020457Z    Compiling winnow v0.7.15
2026-06-15T10:07:52.8530189Z    Compiling simdutf8 v0.1.5
2026-06-15T10:07:53.0098576Z    Compiling toml_write v0.1.2
2026-06-15T10:07:53.0320690Z    Compiling constant_time_eq v0.4.2
2026-06-15T10:07:53.2530703Z    Compiling lru v0.16.4
2026-06-15T10:07:53.2739719Z    Compiling signal-hook-registry v1.4.8
2026-06-15T10:07:53.3007495Z    Compiling serial-unix v0.4.0
2026-06-15T10:07:53.4230507Z    Compiling darling_core v0.23.0
2026-06-15T10:07:53.5861287Z    Compiling serde_bytes v0.11.19
2026-06-15T10:07:53.6320292Z    Compiling seize v0.5.1
2026-06-15T10:07:53.6680748Z    Compiling serde_derive v1.0.228
2026-06-15T10:07:53.8660664Z    Compiling zeroize_derive v1.4.3
2026-06-15T10:07:53.9421018Z    Compiling tokio-macros v2.7.0
2026-06-15T10:07:54.1051018Z    Compiling zerofrom-derive v0.1.7
2026-06-15T10:07:54.5040851Z    Compiling zeroize v1.8.2
2026-06-15T10:07:54.6434294Z    Compiling futures-macro v0.3.32
2026-06-15T10:07:54.6528681Z    Compiling tokio v1.52.3
2026-06-15T10:07:54.7191086Z    Compiling yoke-derive v0.8.2
2026-06-15T10:07:54.9497877Z    Compiling zerovec-derive v0.11.3
2026-06-15T10:07:54.9870590Z    Compiling displaydoc v0.2.6
2026-06-15T10:07:55.4104135Z    Compiling tracing-attributes v0.1.31
2026-06-15T10:07:55.6870505Z    Compiling futures-util v0.3.32
2026-06-15T10:07:55.7145648Z    Compiling rustls-pki-types v1.14.1
2026-06-15T10:07:55.7335793Z    Compiling zerofrom v0.1.8
2026-06-15T10:07:55.7761105Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T10:07:55.8680646Z    Compiling thiserror-impl v2.0.18
2026-06-15T10:07:56.1723448Z    Compiling yoke v0.8.3
2026-06-15T10:07:56.3574208Z    Compiling zerotrie v0.2.4
2026-06-15T10:07:56.4646209Z    Compiling darling_macro v0.20.11
2026-06-15T10:07:56.5210284Z    Compiling zerovec v0.11.6
2026-06-15T10:07:56.7200047Z    Compiling derive_more-impl v2.1.1
2026-06-15T10:07:56.8170815Z    Compiling darling v0.20.11
2026-06-15T10:07:56.8800947Z    Compiling derive_builder_core v0.20.2
2026-06-15T10:07:56.9320506Z    Compiling n0-error-macros v0.1.3
2026-06-15T10:07:56.9620603Z    Compiling spez v0.1.2
2026-06-15T10:07:57.2410220Z    Compiling der v0.8.0-rc.10
2026-06-15T10:07:57.3680334Z    Compiling tinystr v0.8.3
2026-06-15T10:07:57.4066606Z    Compiling potential_utf v0.1.5
2026-06-15T10:07:57.5806989Z    Compiling icu_locale_core v2.2.0
2026-06-15T10:07:57.6090691Z    Compiling icu_collections v2.2.0
2026-06-15T10:07:57.7238347Z    Compiling pin-project-internal v1.1.13
2026-06-15T10:07:58.1201899Z    Compiling n0-error v0.1.3
2026-06-15T10:07:58.2675816Z    Compiling derive_builder_macro v0.20.2
2026-06-15T10:07:58.3480846Z    Compiling cobs v0.3.0
2026-06-15T10:07:58.5800713Z    Compiling ed25519-dalek v2.2.0
2026-06-15T10:07:58.5802435Z    Compiling derive_builder v0.20.2
2026-06-15T10:07:58.5834974Z    Compiling postcard-derive v0.2.2
2026-06-15T10:07:58.9300300Z    Compiling icu_provider v2.2.0
2026-06-15T10:07:59.0405434Z    Compiling spki v0.8.0-rc.4
2026-06-15T10:07:59.1282883Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T10:07:59.2166797Z    Compiling ipnet v2.12.0
2026-06-15T10:07:59.2740783Z    Compiling icu_properties v2.2.0
2026-06-15T10:07:59.2780709Z    Compiling icu_normalizer v2.2.0
2026-06-15T10:07:59.3261728Z    Compiling pin-project v1.1.13
2026-06-15T10:07:59.3836120Z    Compiling futures-executor v0.3.32
2026-06-15T10:07:59.4770835Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T10:07:59.5720596Z    Compiling futures v0.3.32
2026-06-15T10:07:59.6576413Z    Compiling prefix-trie v0.8.4
2026-06-15T10:07:59.6811887Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T10:08:00.0200798Z    Compiling once_cell v1.21.4
2026-06-15T10:08:00.0543144Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T10:08:00.2167986Z    Compiling rustls-native-certs v0.8.4
2026-06-15T10:08:00.2320735Z    Compiling tracing-core v0.1.36
2026-06-15T10:08:00.2644401Z    Compiling postcard v1.1.3
2026-06-15T10:08:00.4200954Z    Compiling num_enum_derive v0.7.6
2026-06-15T10:08:00.4790806Z    Compiling tokio-util v0.7.18
2026-06-15T10:08:00.5057728Z    Compiling hashbrown v0.14.5
2026-06-15T10:08:00.6971061Z    Compiling tracing v0.1.44
2026-06-15T10:08:00.7251164Z    Compiling netlink-sys v0.8.8
2026-06-15T10:08:00.7461041Z    Compiling idna_adapter v1.2.2
2026-06-15T10:08:00.7860809Z    Compiling data-encoding-macro v0.1.20
2026-06-15T10:08:00.8500861Z    Compiling idna v1.1.0
2026-06-15T10:08:00.8630526Z    Compiling tower v0.5.3
2026-06-15T10:08:00.9450807Z    Compiling strum_macros v0.28.0
2026-06-15T10:08:01.0786540Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T10:08:01.0870583Z    Compiling async-trait v0.1.89
2026-06-15T10:08:01.2171371Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T10:08:01.3078759Z    Compiling hashlink v0.9.1
2026-06-15T10:08:01.4600710Z    Compiling url v2.5.8
2026-06-15T10:08:01.4691666Z    Compiling h2 v0.4.14
2026-06-15T10:08:01.6131535Z    Compiling enum-assoc v1.3.0
2026-06-15T10:08:01.6290645Z    Compiling derive_more v2.1.1
2026-06-15T10:08:01.6327951Z    Compiling tokio-stream v0.1.18
2026-06-15T10:08:01.6460155Z    Compiling num_enum v0.7.6
2026-06-15T10:08:01.6973350Z    Compiling rusqlite v0.32.1
2026-06-15T10:08:01.7389662Z    Compiling iroh-metrics v0.38.3
2026-06-15T10:08:01.7995217Z    Compiling netdev v0.42.0
2026-06-15T10:08:01.9041141Z    Compiling netlink-proto v0.12.0
2026-06-15T10:08:01.9588099Z    Compiling n0-watcher v0.6.1
2026-06-15T10:08:02.2030685Z    Compiling iroh-relay v0.98.0
2026-06-15T10:08:02.2320938Z    Compiling moka v0.12.15
2026-06-15T10:08:02.2540887Z    Compiling toml_datetime v0.6.11
2026-06-15T10:08:02.2669735Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T10:08:02.2833097Z    Compiling attohttpc v0.30.1
2026-06-15T10:08:02.2975819Z    Compiling tower-http v0.6.11
2026-06-15T10:08:02.3371045Z    Compiling iroh-base v0.98.0
2026-06-15T10:08:02.4500878Z    Compiling serde_spanned v0.6.9
2026-06-15T10:08:02.5660529Z    Compiling ref-cast-impl v1.0.25
2026-06-15T10:08:02.6030754Z    Compiling thiserror-impl v1.0.69
2026-06-15T10:08:02.6540835Z    Compiling toml_edit v0.22.27
2026-06-15T10:08:03.0801367Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T10:08:03.1470881Z    Compiling webpki-roots v1.0.7
2026-06-15T10:08:03.1672833Z    Compiling regex-automata v0.4.14
2026-06-15T10:08:03.2850861Z    Compiling schemars_derive v1.2.1
2026-06-15T10:08:03.4850501Z    Compiling hmac v0.12.1
2026-06-15T10:08:03.5241338Z    Compiling iroh v0.98.2
2026-06-15T10:08:03.5660530Z    Compiling utf8parse v0.2.2
2026-06-15T10:08:03.6340981Z    Compiling bitflags v1.3.2
2026-06-15T10:08:03.7047880Z    Compiling dyn-clone v1.0.20
2026-06-15T10:08:03.7138578Z    Compiling pin-utils v0.1.0
2026-06-15T10:08:03.7390610Z    Compiling strum v0.28.0
2026-06-15T10:08:03.7812805Z    Compiling cmov v0.5.4
2026-06-15T10:08:03.7981379Z    Compiling rustix v0.38.44
2026-06-15T10:08:03.8300835Z    Compiling nix v0.25.1
2026-06-15T10:08:03.8480964Z    Compiling iroh-dns v0.98.0
2026-06-15T10:08:03.8670804Z    Compiling anstyle-parse v1.0.0
2026-06-15T10:08:04.0213128Z    Compiling ctutils v0.4.2
2026-06-15T10:08:04.0990560Z    Compiling hkdf v0.12.4
2026-06-15T10:08:04.2331375Z    Compiling backon v1.6.0
2026-06-15T10:08:04.2432221Z    Compiling darling_macro v0.23.0
2026-06-15T10:08:04.2634839Z    Compiling papaya v0.2.4
2026-06-15T10:08:04.3288501Z    Compiling filedescriptor v0.8.3
2026-06-15T10:08:04.3811545Z    Compiling serial v0.4.0
2026-06-15T10:08:04.4610619Z    Compiling instability v0.3.12
2026-06-15T10:08:04.5611398Z    Compiling linux-raw-sys v0.4.15
2026-06-15T10:08:04.5777167Z    Compiling anstyle-query v1.1.5
2026-06-15T10:08:04.6114662Z    Compiling colorchoice v1.0.5
2026-06-15T10:08:04.6346068Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T10:08:04.6437695Z    Compiling anstyle v1.0.14
2026-06-15T10:08:04.6790944Z    Compiling foldhash v0.1.5
2026-06-15T10:08:04.7026914Z    Compiling downcast-rs v1.2.1
2026-06-15T10:08:04.7222734Z    Compiling shell-words v1.1.1
2026-06-15T10:08:04.7704685Z    Compiling signal-hook-mio v0.2.5
2026-06-15T10:08:04.7836038Z    Compiling darling v0.23.0
2026-06-15T10:08:04.8340909Z    Compiling hashbrown v0.15.5
2026-06-15T10:08:04.8573868Z    Compiling spake2 v0.4.0
2026-06-15T10:08:04.8651407Z    Compiling terminal_size v0.4.4
2026-06-15T10:08:04.8762867Z    Compiling anstream v1.0.0
2026-06-15T10:08:04.8965351Z    Compiling strum_macros v0.26.4
2026-06-15T10:08:04.9200692Z    Compiling sha1 v0.10.6
2026-06-15T10:08:05.0270592Z    Compiling itertools v0.13.0
2026-06-15T10:08:05.1650571Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T10:08:05.2438072Z    Compiling castaway v0.2.4
2026-06-15T10:08:05.2611080Z    Compiling static_assertions v1.1.0
2026-06-15T10:08:05.3410313Z    Compiling unicode-width v0.1.14
2026-06-15T10:08:05.3600692Z    Compiling indoc v2.0.7
2026-06-15T10:08:05.4471078Z    Compiling schemars v1.2.1
2026-06-15T10:08:05.6070365Z    Compiling toml v0.8.23
2026-06-15T10:08:05.6427857Z    Compiling clap_lex v1.1.0
2026-06-15T10:08:05.8790846Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T10:08:05.9598096Z    Compiling doctest-file v1.1.1
2026-06-15T10:08:06.2472592Z    Compiling regex v1.12.3
2026-06-15T10:08:06.5081048Z    Compiling interprocess v2.4.2
2026-06-15T10:08:06.8721301Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T10:08:06.9460764Z    Compiling crossterm v0.28.1
2026-06-15T10:08:07.3647304Z    Compiling unicode-truncate v1.1.0
2026-06-15T10:08:07.5440655Z    Compiling hyper v1.10.1
2026-06-15T10:08:07.5570995Z    Compiling clap_builder v4.6.0
2026-06-15T10:08:07.7370647Z    Compiling strum v0.26.3
2026-06-15T10:08:07.8090626Z    Compiling lru v0.12.5
2026-06-15T10:08:07.8779288Z    Compiling compact_str v0.8.2
2026-06-15T10:08:07.9790821Z    Compiling clap_derive v4.6.1
2026-06-15T10:08:08.1120385Z    Compiling cassowary v0.3.0
2026-06-15T10:08:08.3897849Z    Compiling unicode-width v0.2.0
2026-06-15T10:08:08.4730187Z    Compiling portable-pty v0.8.1
2026-06-15T10:08:08.7160788Z    Compiling iana-time-zone v0.1.65
2026-06-15T10:08:08.7920884Z    Compiling ratatui v0.29.0
2026-06-15T10:08:08.8879307Z    Compiling chrono v0.4.45
2026-06-15T10:08:08.9503267Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T10:08:09.0130481Z    Compiling nucleo-matcher v0.3.1
2026-06-15T10:08:09.0731208Z    Compiling qrcode v0.14.1
2026-06-15T10:08:09.5000620Z    Compiling tempfile v3.27.0
2026-06-15T10:08:09.7588828Z    Compiling hyper-util v0.1.20
2026-06-15T10:08:09.8976505Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T10:08:10.6081045Z    Compiling clap v4.6.1
2026-06-15T10:08:11.6312734Z    Compiling igd-next v0.17.1
2026-06-15T10:08:12.7594278Z    Compiling portmapper v0.16.0
2026-06-15T10:08:17.3677832Z    Compiling rustls-webpki v0.103.13
2026-06-15T10:08:19.6665374Z    Compiling tokio-rustls v0.26.4
2026-06-15T10:08:19.6665831Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T10:08:19.6666159Z    Compiling noq-proto v0.17.0
2026-06-15T10:08:19.8061713Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T10:08:19.8062293Z    Compiling hyper-rustls v0.27.9
2026-06-15T10:08:19.8062745Z    Compiling tokio-websockets v0.13.2
2026-06-15T10:08:19.9317352Z    Compiling reqwest v0.13.4
2026-06-15T10:08:20.8939418Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T10:08:34.4491155Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T10:08:35.8053661Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T10:08:42.2655944Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T10:08:45.6272119Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T10:08:45.6537412Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-bf773ae5031bcf02)
2026-06-15T10:08:45.6551468Z 
2026-06-15T10:08:45.6551582Z running 1 test
2026-06-15T10:08:51.9571225Z test new_brain_serves_against_old_broker ... ok
2026-06-15T10:08:51.9571533Z 
2026-06-15T10:08:51.9571828Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.30s
2026-06-15T10:08:51.9572191Z 
2026-06-15T10:08:51.9785418Z Post job cleanup.
2026-06-15T10:08:52.0456190Z [command]/usr/bin/git version
2026-06-15T10:08:52.0486659Z git version 2.43.0
2026-06-15T10:08:52.0516756Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/13a267e8-4793-4f1a-8bc4-07829f393d21' before making global git config changes
2026-06-15T10:08:52.0517692Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T10:08:52.0520355Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T10:08:52.0550320Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T10:08:52.0579071Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T10:08:52.0770091Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T10:08:52.0790926Z http.https://github.com/.extraheader
2026-06-15T10:08:52.0797832Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T10:08:52.0822956Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T10:08:52.1006238Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T10:08:52.1031800Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T10:08:52.1354520Z Cleaning up orphan processes
2026-06-15T10:08:52.1861033Z Terminate orphan process: pid (2924819) (spt)
